[INFO] cloning repository https://github.com/chris-arsenault/legato
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chris-arsenault/legato" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris-arsenault%2Flegato", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris-arsenault%2Flegato'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8659a185fc316d81fb55c39d1a5dd44afdfbfd12
[INFO] checking chris-arsenault/legato against master#09a371361240e42b0d69438fd1179efcf212e576 for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris-arsenault%2Flegato" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/chris-arsenault/legato
[INFO] finished tweaking git repo https://github.com/chris-arsenault/legato
[INFO] tweaked toml for git repo https://github.com/chris-arsenault/legato written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chris-arsenault/legato on toolchain 09a371361240e42b0d69438fd1179efcf212e576
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chris-arsenault/legato already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tonic v0.14.5
[INFO] [stderr]   Downloaded tonic-build v0.14.5
[INFO] [stderr]   Downloaded tonic-prost v0.14.5
[INFO] [stderr]   Downloaded tonic-prost-build v0.14.5
[INFO] [stderr]   Downloaded pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]   Downloaded prost-build v0.14.3
[INFO] [stderr]   Downloaded protoc-bin-vendored v3.2.0
[INFO] [stderr]   Downloaded trait-make v0.1.0
[INFO] [stderr]   Downloaded unifuse v0.1.0
[INFO] [stderr]   Downloaded aligned_box v0.3.0
[INFO] [stderr]   Downloaded winfsp v0.12.4+winfsp-2.1
[INFO] [stderr]   Downloaded async-notify v0.3.4
[INFO] [stderr]   Downloaded rfuse3 v0.0.5
[INFO] [stderr]   Downloaded blake3 v1.8.4
[INFO] [stderr]   Downloaded winfsp-sys v0.12.1+winfsp-2.1
[INFO] [stderr]   Downloaded protoc-bin-vendored-macos-aarch_64 v3.2.0
[INFO] [stderr]   Downloaded protoc-bin-vendored-macos-x86_64 v3.2.0
[INFO] [stderr]   Downloaded protoc-bin-vendored-linux-aarch_64 v3.2.0
[INFO] [stderr]   Downloaded protoc-bin-vendored-linux-x86_64 v3.2.0
[INFO] [stderr]   Downloaded protoc-bin-vendored-win32 v3.2.0
[INFO] [stderr]   Downloaded protoc-bin-vendored-linux-ppcle_64 v3.2.0
[INFO] [stderr]   Downloaded protoc-bin-vendored-linux-x86_32 v3.2.0
[INFO] [stderr]   Downloaded protoc-bin-vendored-linux-s390_64 v3.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6
[INFO] running `Command { std: "docker" "start" "90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling pulldown-cmark v0.13.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling tonic-build v0.14.5
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-s390_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.2.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking winnow v1.0.2
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling protoc-bin-vendored v3.2.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking symlink v0.1.0
[INFO] [stderr]     Checking legato-types v0.1.0 (/opt/rustwide/workdir/crates/legato-types)
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking inotify v0.11.1
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling legato-fs-windows v0.1.0 (/opt/rustwide/workdir/crates/legato-fs-windows)
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking temp-env v0.3.6
[INFO] [stderr]     Checking config v0.15.22
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling tonic-prost-build v0.14.5
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking x509-parser v0.18.1
[INFO] [stderr]    Compiling legato-proto v0.1.0 (/opt/rustwide/workdir/crates/legato-proto)
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking legato-foundation v0.1.0 (/opt/rustwide/workdir/crates/legato-foundation)
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking rcgen v0.14.7
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking tonic-prost v0.14.5
[INFO] [stderr]     Checking legato-client-cache v0.1.0 (/opt/rustwide/workdir/crates/legato-client-cache)
[INFO] [stderr]     Checking legato-client-core v0.1.0 (/opt/rustwide/workdir/crates/legato-client-core)
[INFO] [stderr]     Checking legato-server v0.1.0 (/opt/rustwide/workdir/crates/legato-server)
[INFO] [stderr]     Checking legato-prefetch v0.1.0 (/opt/rustwide/workdir/crates/legato-prefetch)
[INFO] [stderr]     Checking legato-fs-macos v0.1.0 (/opt/rustwide/workdir/crates/legato-fs-macos)
[INFO] [stderr]     Checking legatofs v0.1.0 (/opt/rustwide/workdir/crates/legatofs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s
[INFO] running `Command { std: "docker" "inspect" "90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6", kill_on_drop: false }`
[INFO] [stdout] 90fd067dcf404eb39ecf3dfd648032d04c15f928dd2fa9bb41453f413077c6a6
